home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Apple Script
/
scripts
/
FileMaker & AppleScript
/
Syntax Examples
/
Sort examples
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-25
|
163 b
|
5 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
Sort first Layout of window 2 by Field 2 of window 2
Sort first Database
Sort first document by {Field "a", Field "d"}
end tell